Three initial starter templates & improved copy-asset UX#2268
Conversation
Signed-off-by: Nicolas Höning <nicolas@seita.nl>
…in settings) Signed-off-by: Nicolas Höning <nicolas@seita.nl>
Signed-off-by: Nicolas Höning <nicolas@seita.nl>
Signed-off-by: Nicolas Höning <nicolas@seita.nl>
Signed-off-by: Nicolas Höning <nicolas@seita.nl>
|
Waiting for #2269 so this CI will work again. |
Flix6x
left a comment
There was a problem hiding this comment.
Really nice to see this arrive.
| ) | ||
| ev_charger.flex_model = { | ||
| "soc-max": "60 kWh", | ||
| "soc-min": "12 kWh", |
There was a problem hiding this comment.
| "soc-min": "12 kWh", | |
| "soc-min": "0 kWh", |
Otherwise schedules starting with a SoC below 12 kWh would be infeasible.
Maybe you could set a soc-minima to 12 kWh next to the soc-min, for a soft constraint.
There was a problem hiding this comment.
Good idea.
We have to make sure to catch this in #2267 though. I used this, please verify:
"soc-minima": [{"value": "12 kWh"}],
(we plan to verify this in more detail as we create site-assets which should actually be useful to create a schedule, then we'll know with more certainty that these templates actually work okay)
Signed-off-by: Nicolas Höning <nicolas@seita.nl>
Documentation build overview
5 files changed ·
|
Signed-off-by: Nicolas Höning <nicolas@seita.nl>
Description
Create initial templates that users can use. single-asset, e.g. battery, charge point, heat pump. Make the UX for starting users better around this.
Closes #2165
documentation/changelog.rstLook & Feel
The dialogue pre-selects templates. A toast explains this and that users can search for anything.
How to test
Use the UI to create a new asset.
Further Improvements
We have follow-up ideas about template sites, where multiple assets incl. prices lead to a wholesome tutorial incl. a quick schedule.